home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / noescape.dir / 00009_Script_check mouse < prev    next >
Text File  |  2000-04-14  |  427b  |  17 lines

  1. on checkMouse
  2.   global mousePos, film
  3.   set mousePos = the mouseH
  4.   if 314< the mouseH and the mouseH < 380 then 
  5.     set film = "funcom"    
  6.   end if
  7.   if 498< the mouseH and the mouseH < 626 then 
  8.     set film = "noescape"    
  9.   end if
  10.   if 422< the mouseH and the mouseH < 500 then 
  11.     set film = "cmx2"    
  12.   end if
  13.   if 576< the mouseH and the mouseH < 800 then 
  14.     set film = "anarchy"    
  15.   end if
  16. end
  17.